home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / T / The Survey Editor2.0.HC.cpt / The Survey Editor 2.0 / card_3954.txt < prev    next >
Text File  |  1990-01-30  |  1KB  |  52 lines

  1. -- card: 3954 from stack: in.0
  2. -- bmap block id: 4109
  3. -- flags: 4000
  4. -- background id: 2767
  5. -- name: survey file
  6. ----- HyperTalk script -----
  7. on openCard
  8.   menuHandler "hide","Commands",0
  9. end openCard
  10.  
  11. on CloseCard
  12.   menuHandler "show","Commands",0
  13. end closeCard
  14.  
  15.  
  16. -- part 3 (field)
  17. -- low flags: 01
  18. -- high flags: 4007
  19. -- rect: left=1 top=39 right=341 bottom=511
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 9
  25. -- style flags: 8192
  26. -- line height: 12
  27. -- part name: survey file
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   if the shiftkey is down then
  31.     put "" into me
  32.     go cd 1
  33.     put "" into cd field "survey"
  34.   end if
  35.   go cd 1
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: C002
  43. -- rect: left=0 top=0 right=20 bottom=512
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: The Survey Editor 2.0    (c) 1990 Pierrot Vachon
  52.